GrapeCity.Xaml.CalcEngine
Evaluate(Object[]) Method


The args contains 1 item: time_text.

Time_text is a text string that represents a time in any one of the Microsoft Excel time formats; for example, "6:45 PM" and "18:45" text strings within quotation marks that represent time.

Returns the System.DateTime of the date represented by date_text.
Syntax
'Declaration
 
Public Overloads Overrides Function Evaluate( _
   ByVal args() As Object _
) As Object
'Usage
 
Dim instance As CalcTimeValueFunction
Dim args() As Object
Dim value As Object
 
value = instance.Evaluate(args)
public override object Evaluate( 
   object[] args
)

Parameters

args

The args contains 1 item: time_text.

Time_text is a text string that represents a time in any one of the Microsoft Excel time formats; for example, "6:45 PM" and "18:45" text strings within quotation marks that represent time.

Return Value

A System.TimeSpan value that indicates the evaluate result.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcTimeValueFunction Class
CalcTimeValueFunction Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options